ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / GaugeTagHelper<TControl> Class / Min Property

In This Topic
    Min Property (GaugeTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.Min. Sets the minimum value that can be displayed on the gauge.
    Syntax
    'Declaration
     
    Public Property Min As Double
    public double Min {get; set;}
    See Also